home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / Soft_Win / nfsScript (.txt) < prev    next >
Text File  |  1994-06-22  |  862b  |  28 lines

  1. #!/bin/sh
  2.  
  3. #    nfsScript
  4. #
  5. #    Derived from:    SoftPC version
  6. #
  7. #    Author:        Anthony Shaughnessy
  8. #
  9. #    Created on:    7th April 1994
  10. #
  11. #    Sccs ID:    @(#)nfsScript.sh    1.2 4/19/94
  12. #
  13. #    Coding Stds.:    2.0
  14. #
  15. #    Purpose:    This script is called by the instwrap program when it
  16. #            detects that inst has complained about the installation
  17. #            due to an NFS mounted file system. It only really needs
  18. #            to output a meaningful message, with some hints as to 
  19. #            what the user can do about it. This is because the
  20. #            output from inst is directed to /dev/null, and so the
  21. #            user does not see the inst error messages.
  22. #
  23.  
  24. echo "\nSome of the directories that SoftWindows files are installed in are NFS
  25. mounted. SoftWindows cannot be installed on NFS mounted partitions. The
  26. SoftWindows subsystems that were not installed and which were not already
  27. present on the system are listed below.\n"
  28.